﻿2026-06-21T09:24:55.8607856Z ##[group]Run set -euo pipefail
2026-06-21T09:24:55.8608298Z [36;1mset -euo pipefail[0m
2026-06-21T09:24:55.8608603Z [36;1mPIN=0c95435[0m
2026-06-21T09:24:55.8608895Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T09:24:55.8609333Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T09:24:55.8609805Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T09:24:55.8610352Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T09:24:55.8610912Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T09:24:55.8611442Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T09:24:55.8611761Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T09:24:55.8612124Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T09:24:55.8612786Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T09:24:55.8613229Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T09:24:55.8613558Z [36;1mfi[0m
2026-06-21T09:24:55.8613869Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T09:24:55.8627696Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T09:24:55.8628020Z env:
2026-06-21T09:24:55.8628255Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T09:24:55.8628516Z ##[endgroup]
2026-06-21T09:24:56.1382499Z    Compiling proc-macro2 v1.0.106
2026-06-21T09:24:56.1383172Z    Compiling unicode-ident v1.0.24
2026-06-21T09:24:56.1383516Z    Compiling quote v1.0.45
2026-06-21T09:24:56.1383850Z    Compiling libc v0.2.186
2026-06-21T09:24:56.1384160Z    Compiling serde_core v1.0.228
2026-06-21T09:24:56.1384475Z    Compiling cfg-if v1.0.4
2026-06-21T09:24:56.1407842Z    Compiling serde v1.0.228
2026-06-21T09:24:56.1433525Z    Compiling log v0.4.32
2026-06-21T09:24:56.1476429Z    Compiling pin-project-lite v0.2.17
2026-06-21T09:24:56.1493726Z    Compiling typenum v1.20.1
2026-06-21T09:24:56.1514741Z    Compiling portable-atomic v1.13.1
2026-06-21T09:24:56.1591022Z    Compiling version_check v0.9.5
2026-06-21T09:24:56.1591819Z    Compiling memchr v2.8.1
2026-06-21T09:24:56.1756318Z    Compiling shlex v2.0.1
2026-06-21T09:24:56.1757170Z    Compiling critical-section v1.2.0
2026-06-21T09:24:56.1873066Z    Compiling find-msvc-tools v0.1.9
2026-06-21T09:24:56.2262513Z    Compiling futures-core v0.3.32
2026-06-21T09:24:56.2415911Z    Compiling subtle v2.6.1
2026-06-21T09:24:56.3195527Z    Compiling bytes v1.11.1
2026-06-21T09:24:56.3983976Z    Compiling equivalent v1.0.2
2026-06-21T09:24:56.3985910Z    Compiling smallvec v1.15.1
2026-06-21T09:24:56.4120944Z    Compiling itoa v1.0.18
2026-06-21T09:24:56.4245900Z    Compiling semver v1.0.28
2026-06-21T09:24:56.4462055Z    Compiling stable_deref_trait v1.2.1
2026-06-21T09:24:56.4870991Z    Compiling futures-io v0.3.32
2026-06-21T09:24:56.4993477Z    Compiling futures-sink v0.3.32
2026-06-21T09:24:56.5215091Z    Compiling slab v0.4.12
2026-06-21T09:24:56.5618774Z    Compiling generic-array v0.14.7
2026-06-21T09:24:56.5801154Z    Compiling futures-task v0.3.32
2026-06-21T09:24:56.6172667Z    Compiling futures-channel v0.3.32
2026-06-21T09:24:56.6540925Z    Compiling hashbrown v0.17.1
2026-06-21T09:24:56.6640394Z    Compiling bitflags v2.12.1
2026-06-21T09:24:56.6670857Z    Compiling rustversion v1.0.22
2026-06-21T09:24:56.7151356Z    Compiling rustc_version v0.4.1
2026-06-21T09:24:56.7280660Z    Compiling cpufeatures v0.2.17
2026-06-21T09:24:56.7537330Z    Compiling fnv v1.0.7
2026-06-21T09:24:56.7770779Z    Compiling strsim v0.11.1
2026-06-21T09:24:56.7995707Z    Compiling rand_core v0.10.1
2026-06-21T09:24:56.8122823Z    Compiling cfg_aliases v0.2.1
2026-06-21T09:24:56.8290870Z    Compiling writeable v0.6.3
2026-06-21T09:24:56.8660922Z    Compiling litemap v0.8.2
2026-06-21T09:24:56.9420629Z    Compiling ident_case v1.0.1
2026-06-21T09:24:56.9950302Z    Compiling fs_extra v1.3.0
2026-06-21T09:24:57.0120558Z    Compiling getrandom v0.4.2
2026-06-21T09:24:57.0450436Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T09:24:57.0610397Z    Compiling utf8_iter v1.0.4
2026-06-21T09:24:57.0841043Z    Compiling icu_properties_data v2.2.0
2026-06-21T09:24:57.1072967Z    Compiling dunce v1.0.5
2026-06-21T09:24:57.2224848Z    Compiling autocfg v1.5.1
2026-06-21T09:24:57.2751225Z    Compiling percent-encoding v2.3.2
2026-06-21T09:24:57.3210447Z    Compiling http v1.4.1
2026-06-21T09:24:57.3640870Z    Compiling unicode-segmentation v1.13.3
2026-06-21T09:24:57.4390509Z    Compiling thiserror v2.0.18
2026-06-21T09:24:57.4540336Z    Compiling cpufeatures v0.3.0
2026-06-21T09:24:57.4680700Z    Compiling aws-lc-rs v1.17.0
2026-06-21T09:24:57.4852292Z    Compiling scopeguard v1.2.0
2026-06-21T09:24:57.5037184Z    Compiling indexmap v2.14.0
2026-06-21T09:24:57.5077110Z    Compiling chacha20 v0.10.0
2026-06-21T09:24:57.5490381Z    Compiling syn v2.0.117
2026-06-21T09:24:57.5800290Z    Compiling lock_api v0.4.14
2026-06-21T09:24:57.6300320Z    Compiling form_urlencoded v1.2.2
2026-06-21T09:24:57.6650960Z    Compiling untrusted v0.9.0
2026-06-21T09:24:57.6910653Z    Compiling heck v0.5.0
2026-06-21T09:24:57.7760909Z    Compiling rustls v0.23.40
2026-06-21T09:24:57.7800506Z    Compiling atomic-waker v1.1.2
2026-06-21T09:24:57.8373176Z    Compiling const-oid v0.10.2
2026-06-21T09:24:57.8540342Z    Compiling anyhow v1.0.102
2026-06-21T09:24:57.8630276Z    Compiling unicode-xid v0.2.6
2026-06-21T09:24:57.9154808Z    Compiling paste v1.0.15
2026-06-21T09:24:57.9190793Z    Compiling httparse v1.10.1
2026-06-21T09:24:57.9326780Z    Compiling parking_lot_core v0.9.12
2026-06-21T09:24:57.9471218Z    Compiling zerocopy v0.8.50
2026-06-21T09:24:57.9700767Z    Compiling convert_case v0.10.0
2026-06-21T09:24:57.9800172Z    Compiling hybrid-array v0.4.12
2026-06-21T09:24:58.0638849Z    Compiling num-traits v0.2.19
2026-06-21T09:24:58.0928524Z    Compiling jobserver v0.1.34
2026-06-21T09:24:58.1810274Z    Compiling curve25519-dalek v4.1.3
2026-06-21T09:24:58.2310684Z    Compiling ahash v0.8.12
2026-06-21T09:24:58.2350407Z    Compiling powerfmt v0.2.0
2026-06-21T09:24:58.2540691Z    Compiling base64ct v1.8.3
2026-06-21T09:24:58.3473893Z    Compiling either v1.16.0
2026-06-21T09:24:58.3600386Z    Compiling fastrand v2.4.1
2026-06-21T09:24:58.4130452Z    Compiling cc v1.2.63
2026-06-21T09:24:58.4250270Z    Compiling crypto-common v0.1.7
2026-06-21T09:24:58.4535812Z    Compiling block-buffer v0.10.4
2026-06-21T09:24:58.4970681Z    Compiling http-body v1.0.1
2026-06-21T09:24:58.4971576Z    Compiling deranged v0.5.8
2026-06-21T09:24:58.5780888Z    Compiling mio v1.2.1
2026-06-21T09:24:58.5853255Z    Compiling socket2 v0.6.4
2026-06-21T09:24:58.5854543Z    Compiling getrandom v0.2.17
2026-06-21T09:24:58.6089491Z    Compiling digest v0.10.7
2026-06-21T09:24:58.6579239Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T09:24:58.7680902Z    Compiling rand v0.10.1
2026-06-21T09:24:58.8100418Z    Compiling rand_core v0.6.4
2026-06-21T09:24:58.8670322Z    Compiling num-conv v0.2.2
2026-06-21T09:24:58.9850593Z    Compiling time-core v0.1.8
2026-06-21T09:24:58.9950906Z    Compiling tower-service v0.3.3
2026-06-21T09:24:59.0441104Z    Compiling zmij v1.0.21
2026-06-21T09:24:59.0690775Z    Compiling data-encoding v2.11.0
2026-06-21T09:24:59.0728735Z    Compiling base64 v0.22.1
2026-06-21T09:24:59.0787840Z    Compiling tinyvec_macros v0.1.1
2026-06-21T09:24:59.0980701Z    Compiling try-lock v0.2.5
2026-06-21T09:24:59.1110914Z    Compiling vcpkg v0.2.15
2026-06-21T09:24:59.1670594Z    Compiling pkg-config v0.3.33
2026-06-21T09:24:59.1770240Z    Compiling tinyvec v1.11.0
2026-06-21T09:24:59.2220438Z    Compiling want v0.3.1
2026-06-21T09:24:59.3960831Z    Compiling parking_lot v0.12.5
2026-06-21T09:24:59.4180758Z    Compiling sha2 v0.10.9
2026-06-21T09:24:59.4220596Z    Compiling block-buffer v0.12.0
2026-06-21T09:24:59.4740524Z    Compiling crypto-common v0.2.2
2026-06-21T09:24:59.5860529Z    Compiling inout v0.1.4
2026-06-21T09:24:59.5990486Z    Compiling vergen-lib v9.1.0
2026-06-21T09:24:59.7335495Z    Compiling n0-future v0.3.2
2026-06-21T09:24:59.7446923Z    Compiling httpdate v1.0.3
2026-06-21T09:24:59.7542079Z    Compiling winnow v1.0.3
2026-06-21T09:24:59.7640422Z    Compiling diatomic-waker v0.2.3
2026-06-21T09:24:59.8010735Z    Compiling cmake v0.1.58
2026-06-21T09:24:59.8732377Z    Compiling parking v2.2.1
2026-06-21T09:24:59.9040934Z    Compiling signature v2.2.0
2026-06-21T09:24:59.9480575Z    Compiling cordyceps v0.3.4
2026-06-21T09:24:59.9830266Z    Compiling serde_json v1.0.150
2026-06-21T09:24:59.9990638Z    Compiling spin v0.10.0
2026-06-21T09:25:00.0088346Z    Compiling crossbeam-utils v0.8.21
2026-06-21T09:25:00.0380747Z    Compiling futures-lite v2.6.1
2026-06-21T09:25:00.0603185Z    Compiling ed25519 v2.2.3
2026-06-21T09:25:00.1021233Z    Compiling cipher v0.4.4
2026-06-21T09:25:00.1240262Z    Compiling netlink-packet-core v0.8.1
2026-06-21T09:25:00.2240444Z    Compiling universal-hash v0.5.1
2026-06-21T09:25:00.2750589Z    Compiling vergen-lib v0.1.6
2026-06-21T09:25:00.3171950Z    Compiling futures-buffered v0.2.13
2026-06-21T09:25:00.3273135Z    Compiling vergen v9.1.0
2026-06-21T09:25:00.3607052Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T09:25:00.3630513Z    Compiling heapless v0.7.17
2026-06-21T09:25:00.3806357Z    Compiling noq-udp v0.10.0
2026-06-21T09:25:00.3882754Z    Compiling sync_wrapper v1.0.2
2026-06-21T09:25:00.4610865Z    Compiling byteorder v1.5.0
2026-06-21T09:25:00.4723616Z    Compiling opaque-debug v0.3.1
2026-06-21T09:25:00.4788160Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T09:25:00.4915675Z    Compiling allocator-api2 v0.2.21
2026-06-21T09:25:00.5267192Z    Compiling polyval v0.6.2
2026-06-21T09:25:00.5622207Z    Compiling digest v0.11.3
2026-06-21T09:25:00.6576905Z    Compiling aws-lc-sys v0.41.0
2026-06-21T09:25:00.6690552Z    Compiling ring v0.17.14
2026-06-21T09:25:00.7083708Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T09:25:00.7303471Z    Compiling hash32 v0.2.1
2026-06-21T09:25:00.7870794Z    Compiling vergen-gitcl v1.0.8
2026-06-21T09:25:00.7933995Z    Compiling spin v0.9.8
2026-06-21T09:25:00.8166041Z    Compiling tower-layer v0.3.3
2026-06-21T09:25:00.8203770Z    Compiling num_threads v0.1.7
2026-06-21T09:25:00.9250940Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T09:25:00.9590865Z    Compiling fallible-iterator v0.3.0
2026-06-21T09:25:00.9741212Z    Compiling signature v3.0.0
2026-06-21T09:25:00.9910690Z    Compiling ryu v1.0.23
2026-06-21T09:25:01.0600565Z    Compiling time v0.3.47
2026-06-21T09:25:01.0960480Z    Compiling ghash v0.5.1
2026-06-21T09:25:01.1781307Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T09:25:01.2060969Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T09:25:01.2401385Z    Compiling aes v0.8.4
2026-06-21T09:25:01.2520986Z    Compiling ctr v0.9.2
2026-06-21T09:25:01.2590202Z    Compiling http-body-util v0.1.3
2026-06-21T09:25:01.3740574Z    Compiling fs2 v0.4.3
2026-06-21T09:25:01.3802198Z    Compiling aead v0.5.2
2026-06-21T09:25:01.4440454Z    Compiling openssl-probe v0.2.1
2026-06-21T09:25:01.4720515Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T09:25:01.5300567Z    Compiling crossbeam-channel v0.5.15
2026-06-21T09:25:01.5400685Z    Compiling blake3 v1.8.5
2026-06-21T09:25:01.5468724Z    Compiling netlink-packet-route v0.29.0
2026-06-21T09:25:01.6530492Z    Compiling uuid v1.23.2
2026-06-21T09:25:01.8334947Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T09:25:01.9141100Z    Compiling aes-gcm v0.10.3
2026-06-21T09:25:01.9350484Z    Compiling memoffset v0.6.5
2026-06-21T09:25:02.0899080Z    Compiling acto v0.8.2
2026-06-21T09:25:02.1050506Z    Compiling netwatch v0.16.0
2026-06-21T09:25:02.1111639Z    Compiling noq v0.18.0
2026-06-21T09:25:02.1660733Z    Compiling lru-slab v0.1.2
2026-06-21T09:25:02.1760208Z    Compiling ref-cast v1.0.25
2026-06-21T09:25:02.2060406Z    Compiling rustix v1.1.4
2026-06-21T09:25:02.2653885Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T09:25:02.3030444Z    Compiling thiserror v1.0.69
2026-06-21T09:25:02.3450609Z    Compiling xml-rs v0.8.28
2026-06-21T09:25:02.3630700Z    Compiling identity-hash v0.1.0
2026-06-21T09:25:02.4198334Z    Compiling tagptr v0.2.0
2026-06-21T09:25:02.4480534Z    Compiling rustc-hash v2.1.2
2026-06-21T09:25:02.4676891Z    Compiling foldhash v0.2.0
2026-06-21T09:25:02.5655130Z    Compiling mac-addr v0.3.0
2026-06-21T09:25:02.6129243Z    Compiling hashbrown v0.16.1
2026-06-21T09:25:02.6792031Z    Compiling netlink-packet-route v0.30.0
2026-06-21T09:25:02.7350701Z    Compiling proc-macro-crate v3.5.0
2026-06-21T09:25:02.7661808Z    Compiling ioctl-rs v0.1.6
2026-06-21T09:25:02.8969373Z    Compiling termios v0.2.2
2026-06-21T09:25:02.9352282Z    Compiling synstructure v0.13.2
2026-06-21T09:25:03.0276086Z    Compiling darling_core v0.20.11
2026-06-21T09:25:03.2290568Z    Compiling xmltree v0.10.3
2026-06-21T09:25:03.2462123Z    Compiling serde_derive_internals v0.29.1
2026-06-21T09:25:03.3320574Z    Compiling serial-core v0.4.0
2026-06-21T09:25:03.4123857Z    Compiling errno v0.3.14
2026-06-21T09:25:03.4430764Z    Compiling aho-corasick v1.1.4
2026-06-21T09:25:03.4726492Z    Compiling simple-dns v0.9.3
2026-06-21T09:25:03.5149331Z    Compiling constant_time_eq v0.4.2
2026-06-21T09:25:03.5820558Z    Compiling arrayvec v0.7.6
2026-06-21T09:25:03.5990738Z    Compiling sha1_smol v1.0.1
2026-06-21T09:25:03.6700869Z    Compiling resolv-conf v0.7.6
2026-06-21T09:25:03.7036989Z    Compiling regex-syntax v0.8.10
2026-06-21T09:25:03.7140691Z    Compiling signal-hook v0.3.18
2026-06-21T09:25:03.8191320Z    Compiling toml_write v0.1.2
2026-06-21T09:25:03.8625022Z    Compiling winnow v0.7.15
2026-06-21T09:25:03.8772673Z    Compiling simdutf8 v0.1.5
2026-06-21T09:25:03.9957738Z    Compiling arrayref v0.3.9
2026-06-21T09:25:04.0460557Z    Compiling smol_str v0.1.24
2026-06-21T09:25:04.0657941Z    Compiling linux-raw-sys v0.12.1
2026-06-21T09:25:04.2161071Z    Compiling signal-hook-registry v1.4.8
2026-06-21T09:25:04.2750207Z    Compiling serial-unix v0.4.0
2026-06-21T09:25:04.5390566Z    Compiling lru v0.16.4
2026-06-21T09:25:04.5700675Z    Compiling darling_core v0.23.0
2026-06-21T09:25:04.6620500Z    Compiling serde_bytes v0.11.19
2026-06-21T09:25:04.7165555Z    Compiling hmac v0.12.1
2026-06-21T09:25:04.7753730Z    Compiling serde_derive v1.0.228
2026-06-21T09:25:04.8639758Z    Compiling zeroize_derive v1.4.3
2026-06-21T09:25:04.8799932Z    Compiling tokio-macros v2.7.0
2026-06-21T09:25:04.9090947Z    Compiling zerofrom-derive v0.1.7
2026-06-21T09:25:05.5010463Z    Compiling zeroize v1.8.2
2026-06-21T09:25:05.5770402Z    Compiling tokio v1.52.3
2026-06-21T09:25:05.6970526Z    Compiling futures-macro v0.3.32
2026-06-21T09:25:06.0376850Z    Compiling yoke-derive v0.8.2
2026-06-21T09:25:06.2330511Z    Compiling zerovec-derive v0.11.3
2026-06-21T09:25:06.2500733Z    Compiling displaydoc v0.2.6
2026-06-21T09:25:06.3449211Z    Compiling zerofrom v0.1.8
2026-06-21T09:25:06.3774807Z    Compiling tracing-attributes v0.1.31
2026-06-21T09:25:06.4738653Z    Compiling rustls-pki-types v1.14.1
2026-06-21T09:25:06.6955080Z    Compiling futures-util v0.3.32
2026-06-21T09:25:07.1491686Z    Compiling thiserror-impl v2.0.18
2026-06-21T09:25:07.1589704Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T09:25:07.3670633Z    Compiling yoke v0.8.3
2026-06-21T09:25:07.5560876Z    Compiling zerotrie v0.2.4
2026-06-21T09:25:07.7662739Z    Compiling zerovec v0.11.6
2026-06-21T09:25:07.8279636Z    Compiling darling_macro v0.20.11
2026-06-21T09:25:07.9270200Z    Compiling derive_more-impl v2.1.1
2026-06-21T09:25:07.9597490Z    Compiling n0-error-macros v0.1.3
2026-06-21T09:25:07.9968516Z    Compiling spez v0.1.2
2026-06-21T09:25:08.1905651Z    Compiling darling v0.20.11
2026-06-21T09:25:08.2592876Z    Compiling derive_builder_core v0.20.2
2026-06-21T09:25:08.2920652Z    Compiling der v0.8.0-rc.10
2026-06-21T09:25:08.3910492Z    Compiling pin-project-internal v1.1.13
2026-06-21T09:25:08.6770773Z    Compiling tinystr v0.8.3
2026-06-21T09:25:08.9030582Z    Compiling icu_locale_core v2.2.0
2026-06-21T09:25:08.9880449Z    Compiling potential_utf v0.1.5
2026-06-21T09:25:09.1788196Z    Compiling icu_collections v2.2.0
2026-06-21T09:25:09.1796298Z    Compiling n0-error v0.1.3
2026-06-21T09:25:09.5594634Z    Compiling ed25519-dalek v2.2.0
2026-06-21T09:25:09.6560335Z    Compiling derive_builder_macro v0.20.2
2026-06-21T09:25:09.8969619Z    Compiling ipnet v2.12.0
2026-06-21T09:25:09.9330268Z    Compiling pin-project v1.1.13
2026-06-21T09:25:09.9730451Z    Compiling spki v0.8.0-rc.4
2026-06-21T09:25:10.0346211Z    Compiling derive_builder v0.20.2
2026-06-21T09:25:10.1420574Z    Compiling icu_provider v2.2.0
2026-06-21T09:25:10.1930676Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T09:25:10.3480575Z    Compiling prefix-trie v0.8.4
2026-06-21T09:25:10.3580484Z    Compiling futures-executor v0.3.32
2026-06-21T09:25:10.5149252Z    Compiling icu_normalizer v2.2.0
2026-06-21T09:25:10.5290788Z    Compiling once_cell v1.21.4
2026-06-21T09:25:10.6370415Z    Compiling icu_properties v2.2.0
2026-06-21T09:25:10.7123725Z    Compiling futures v0.3.32
2026-06-21T09:25:10.7250724Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T09:25:10.7855996Z    Compiling tracing-core v0.1.36
2026-06-21T09:25:10.8541447Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T09:25:11.0020776Z    Compiling hashbrown v0.14.5
2026-06-21T09:25:11.0856228Z    Compiling cobs v0.3.0
2026-06-21T09:25:11.0960925Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T09:25:11.1719514Z    Compiling postcard-derive v0.2.2
2026-06-21T09:25:11.2896813Z    Compiling tracing v0.1.44
2026-06-21T09:25:11.4505847Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T09:25:11.5104952Z    Compiling tokio-util v0.7.18
2026-06-21T09:25:11.6630489Z    Compiling netlink-sys v0.8.8
2026-06-21T09:25:11.7476818Z    Compiling hashlink v0.9.1
2026-06-21T09:25:11.8030496Z    Compiling postcard v1.1.3
2026-06-21T09:25:11.8407158Z    Compiling data-encoding-macro v0.1.20
2026-06-21T09:25:11.9140692Z    Compiling tower v0.5.3
2026-06-21T09:25:11.9630733Z    Compiling rustls-native-certs v0.8.4
2026-06-21T09:25:11.9700734Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T09:25:11.9891470Z    Compiling enum-assoc v1.3.0
2026-06-21T09:25:12.0490736Z    Compiling num_enum_derive v0.7.6
2026-06-21T09:25:12.0830617Z    Compiling strum_macros v0.28.0
2026-06-21T09:25:12.1848352Z    Compiling idna_adapter v1.2.2
2026-06-21T09:25:12.2764118Z    Compiling rusqlite v0.32.1
2026-06-21T09:25:12.3430580Z    Compiling idna v1.1.0
2026-06-21T09:25:12.3560533Z    Compiling async-trait v0.1.89
2026-06-21T09:25:12.3905058Z    Compiling derive_more v2.1.1
2026-06-21T09:25:12.4279125Z    Compiling h2 v0.4.14
2026-06-21T09:25:12.4415109Z    Compiling tokio-stream v0.1.18
2026-06-21T09:25:12.4520640Z    Compiling iroh-metrics v0.38.3
2026-06-21T09:25:12.5890520Z    Compiling iroh-relay v0.98.0
2026-06-21T09:25:12.6043291Z    Compiling netdev v0.42.0
2026-06-21T09:25:12.6747645Z    Compiling n0-watcher v0.6.1
2026-06-21T09:25:12.7742951Z    Compiling url v2.5.8
2026-06-21T09:25:12.8526996Z    Compiling netlink-proto v0.12.0
2026-06-21T09:25:12.9190500Z    Compiling moka v0.12.15
2026-06-21T09:25:13.0215244Z    Compiling toml_datetime v0.6.11
2026-06-21T09:25:13.1279155Z    Compiling serde_spanned v0.6.9
2026-06-21T09:25:13.1417839Z    Compiling ref-cast-impl v1.0.25
2026-06-21T09:25:13.2150209Z    Compiling thiserror-impl v1.0.69
2026-06-21T09:25:13.2680687Z    Compiling num_enum v0.7.6
2026-06-21T09:25:13.3000849Z    Compiling toml_edit v0.22.27
2026-06-21T09:25:13.5029731Z    Compiling webpki-roots v1.0.7
2026-06-21T09:25:13.6243310Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T09:25:13.6637845Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T09:25:13.7420338Z    Compiling iroh-base v0.98.0
2026-06-21T09:25:13.7565080Z    Compiling tower-http v0.6.11
2026-06-21T09:25:14.1681003Z    Compiling attohttpc v0.30.1
2026-06-21T09:25:14.2151235Z    Compiling regex-automata v0.4.14
2026-06-21T09:25:14.2580793Z    Compiling schemars_derive v1.2.1
2026-06-21T09:25:14.2740862Z    Compiling seize v0.5.1
2026-06-21T09:25:14.2816113Z    Compiling iroh v0.98.2
2026-06-21T09:25:14.3830624Z    Compiling utf8parse v0.2.2
2026-06-21T09:25:14.4844156Z    Compiling cmov v0.5.4
2026-06-21T09:25:14.5040708Z    Compiling rustix v0.38.44
2026-06-21T09:25:14.5810826Z    Compiling bitflags v1.3.2
2026-06-21T09:25:14.6463052Z    Compiling dyn-clone v1.0.20
2026-06-21T09:25:14.7440705Z    Compiling pin-utils v0.1.0
2026-06-21T09:25:14.7660882Z    Compiling ctutils v0.4.2
2026-06-21T09:25:14.7990775Z    Compiling papaya v0.2.4
2026-06-21T09:25:14.8125490Z    Compiling nix v0.25.1
2026-06-21T09:25:14.9076808Z    Compiling filedescriptor v0.8.3
2026-06-21T09:25:14.9481595Z    Compiling strum v0.28.0
2026-06-21T09:25:14.9620911Z    Compiling anstyle-parse v1.0.0
2026-06-21T09:25:15.0057521Z    Compiling backon v1.6.0
2026-06-21T09:25:15.0440770Z    Compiling iroh-dns v0.98.0
2026-06-21T09:25:15.1430472Z    Compiling darling_macro v0.23.0
2026-06-21T09:25:15.1900288Z    Compiling hkdf v0.12.4
2026-06-21T09:25:15.2937697Z    Compiling serial v0.4.0
2026-06-21T09:25:15.3760949Z    Compiling linux-raw-sys v0.4.15
2026-06-21T09:25:15.3799470Z    Compiling instability v0.3.12
2026-06-21T09:25:15.4620886Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T09:25:15.5641015Z    Compiling foldhash v0.1.5
2026-06-21T09:25:15.5691088Z    Compiling downcast-rs v1.2.1
2026-06-21T09:25:15.6540541Z    Compiling shell-words v1.1.1
2026-06-21T09:25:15.6661167Z    Compiling anstyle-query v1.1.5
2026-06-21T09:25:15.6707495Z    Compiling anstyle v1.0.14
2026-06-21T09:25:15.7440558Z    Compiling colorchoice v1.0.5
2026-06-21T09:25:15.7692081Z    Compiling hashbrown v0.15.5
2026-06-21T09:25:15.7910447Z    Compiling signal-hook-mio v0.2.5
2026-06-21T09:25:15.8520514Z    Compiling darling v0.23.0
2026-06-21T09:25:15.8846261Z    Compiling spake2 v0.4.0
2026-06-21T09:25:15.8950560Z    Compiling terminal_size v0.4.4
2026-06-21T09:25:15.9441427Z    Compiling anstream v1.0.0
2026-06-21T09:25:15.9530610Z    Compiling strum_macros v0.26.4
2026-06-21T09:25:16.0689133Z    Compiling toml v0.8.23
2026-06-21T09:25:16.2543332Z    Compiling schemars v1.2.1
2026-06-21T09:25:16.2622406Z    Compiling sha1 v0.10.6
2026-06-21T09:25:16.3030572Z    Compiling itertools v0.13.0
2026-06-21T09:25:16.3460943Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T09:25:16.5112817Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T09:25:16.5870877Z    Compiling castaway v0.2.4
2026-06-21T09:25:16.6768887Z    Compiling doctest-file v1.1.1
2026-06-21T09:25:17.1438772Z    Compiling unicode-width v0.1.14
2026-06-21T09:25:17.1522990Z    Compiling clap_lex v1.1.0
2026-06-21T09:25:17.1587047Z    Compiling static_assertions v1.1.0
2026-06-21T09:25:17.2282863Z    Compiling regex v1.12.3
2026-06-21T09:25:17.3520507Z    Compiling indoc v2.0.7
2026-06-21T09:25:17.4400688Z    Compiling clap_builder v4.6.0
2026-06-21T09:25:17.4484483Z    Compiling compact_str v0.8.2
2026-06-21T09:25:17.8020864Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T09:25:18.3130720Z    Compiling hyper v1.10.1
2026-06-21T09:25:18.3413469Z    Compiling unicode-truncate v1.1.0
2026-06-21T09:25:18.3520585Z    Compiling strum v0.26.3
2026-06-21T09:25:18.3890523Z    Compiling interprocess v2.4.2
2026-06-21T09:25:18.4910549Z    Compiling crossterm v0.28.1
2026-06-21T09:25:18.5080770Z    Compiling lru v0.12.5
2026-06-21T09:25:18.5920404Z    Compiling clap_derive v4.6.1
2026-06-21T09:25:18.6750798Z    Compiling portable-pty v0.8.1
2026-06-21T09:25:18.9170625Z    Compiling iana-time-zone v0.1.65
2026-06-21T09:25:19.2356996Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T09:25:19.2591170Z    Compiling cassowary v0.3.0
2026-06-21T09:25:19.2748910Z    Compiling unicode-width v0.2.0
2026-06-21T09:25:19.3860679Z    Compiling chrono v0.4.45
2026-06-21T09:25:19.5570776Z    Compiling nucleo-matcher v0.3.1
2026-06-21T09:25:19.8590833Z    Compiling ratatui v0.29.0
2026-06-21T09:25:20.1080654Z    Compiling qrcode v0.14.1
2026-06-21T09:25:20.1300260Z    Compiling tempfile v3.27.0
2026-06-21T09:25:20.1810450Z    Compiling hyper-util v0.1.20
2026-06-21T09:25:21.0010979Z    Compiling clap v4.6.1
2026-06-21T09:25:21.0530909Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T09:25:22.1475555Z    Compiling igd-next v0.17.1
2026-06-21T09:25:23.1998407Z    Compiling portmapper v0.16.0
2026-06-21T09:25:27.7387036Z    Compiling rustls-webpki v0.103.13
2026-06-21T09:25:30.0673323Z    Compiling tokio-rustls v0.26.4
2026-06-21T09:25:30.0673837Z    Compiling noq-proto v0.17.0
2026-06-21T09:25:30.0674242Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T09:25:30.2140052Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T09:25:30.2140688Z    Compiling hyper-rustls v0.27.9
2026-06-21T09:25:30.2141585Z    Compiling tokio-websockets v0.13.2
2026-06-21T09:25:30.3735587Z    Compiling reqwest v0.13.4
2026-06-21T09:25:31.2922464Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T09:25:45.1321115Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T09:25:46.4708331Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T09:25:53.5532440Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T09:25:57.1964352Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-21T09:25:57.2188115Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T09:25:57.2200673Z 
2026-06-21T09:25:57.2200838Z running 1 test
2026-06-21T09:26:03.3050164Z test new_brain_serves_against_old_broker ... ok
2026-06-21T09:26:03.3050482Z 
2026-06-21T09:26:03.3050752Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-06-21T09:26:03.3051133Z 
